core: Make commit always operate on directory contents, not file list
authorColin Walters <walters@verbum.org>
Sun, 27 Nov 2011 23:03:05 +0000 (18:03 -0500)
committerColin Walters <walters@verbum.org>
Mon, 28 Nov 2011 17:57:25 +0000 (12:57 -0500)
commit7e32bc6cd7ef7cde8fe570cb0e8d4b3ea237dad5
tree2046dd0a546211fbf1d5f2de30718719b610ebbb
parentb296dc4efc90957d1ff468ae4621440cb96835e2
core: Make commit always operate on directory contents, not file list

This simplifies things significantly, at some cost in flexibility.
We'll later add the ability to e.g. filter out files by regular
expression.
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-commit.c
tests/t0000-basic.sh
tests/t0004-compose.sh